From: Dan Nicolaescu Date: Tue, 28 Aug 2007 06:15:33 +0000 (+0000) Subject: * puresize.h (BASE_PURESIZE): Increase. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~32 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=953b5a0ad742650e3a30ff82eeec54aab54e98d6;p=emacs.git * puresize.h (BASE_PURESIZE): Increase. --- diff --git a/src/puresize.h b/src/puresize.h index 0a6f2858636..5f72dfb04cc 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */